home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12589 < prev    next >
Encoding:
Text File  |  1996-08-05  |  799 b   |  26 lines

  1. Path: news.uni-c.dk!news
  2. From: maspsr@dou.ou.dk (peter S°rensen)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: BAD FILE NUMBER
  5. Date: 1 Apr 1996 13:24:35 GMT
  6. Organization: DOU
  7. Message-ID: <4jolej$dlc@news.uni-c.dk>
  8. References: <4j69oc$3pb@news.uni-c.dk> <315B0C31.6DF2@willows.com>
  9. NNTP-Posting-Host: peter.dou.dk
  10. Mime-Version: 1.0
  11. X-Newsreader: WinVN 0.93.11
  12.  
  13. In article <315B0C31.6DF2@willows.com>, tarang@willows.com says...
  14.  
  15. >Under windows you can not use fopen instead you have to use lopen or
  16. >OpenFile.  Note you also can not use fread or fseek etc.; you have to
  17. >use lread and lseek.  I forget but I think the "l" function have a
  18. >preceeding "_"; so it might actually be _lopen.
  19.  
  20. Why can't I use the standard f... functions???
  21.  
  22. regards
  23.  
  24. Peter Sorensen /University of Odense,dk/email:maspsr@dou.ou.dk
  25.  
  26.